home *** CD-ROM | disk | FTP | other *** search
QuickBASIC Tokenized Source | 1990-11-30 | 3.3 KB | 90 lines |
- FnCompress
- Verify
- Xverify
- FnMod
- FnTime
- CTicks
- clock
- Minutes
- Seconds
- Hundreths
- Leftover
- Wallm
- Wall.Clock
- FnTicks
- ClTicks:
- BsGeTimew
- HighR
- OHigh
- ODays
- Clock1
- Clock2
- Clock.Diff%
- Cur.Time
- Old.Time
- Timep
- Time.Diff^
- Target0
- Target.FileE
- Filenum
- Reclen
- Input0
- Input.Bufferg
- File.Len
- Invalid
- Invalid.Parameter
- Invalid.Filename
- Count
- Array
- FileInpt
- Sort.Start
- Sort.Length
- PESort
- Num.Of.Elements
- Startpos
- Sortlen
- Sort.Len
- ucase
- FlCnt
- NMALLOC
- QSort
- Sort.Lenght
- Target1
- Target1.File
- Copyright (c) 1987,1988 Marcel Madonna
- SORT.BAS shows the use of the QBWARE sort routine.
- * N O T E
- This program cannot be used from the DOS prompt without Microsofti
- QuickBasic V4.0 and a registered copy of QBWARE.
- To compile it, at the DOS prompt type:
- bc sort;
- link /ex /noe sort,,,brun40 qbware;
- del sort.obj
- del sort.map
- This program cannot be run from the QuickBasic environment without
- a registered copy of QBWARE.
- To run it from the QuickBasic development environment, type:
- qb sort /l qbware
- [Shift] + F5b
- To execute SORT just type "SORT" followed by a file specification at the
- DOS prompt
- Compress.fn'
- Modulo.fn'
- Time.fn'
- Ticks.fn'
- Program start
- Enter a Filename:"
- Enter Starting Position of the Sort field: "
- Enter field length:
- ...Reading input - Please standby
- ...Sorting first 500 records"
- ...Sorting
- records)
- Initialize starting point
- ...Time Started "
- Let's do the sort
- ...Sort ended at
- ...Total run time:
- Would you like to see the sorted file? (Y/N)
- ...File not found
-